home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / mta_vf10.zip / MTA.NEW < prev    next >
Text File  |  1992-05-03  |  3KB  |  62 lines

  1.  ┌───────┬────────────────────────────┐
  2.  │ 15.10 │ Minor Release              │
  3.  └───────┴────────────────────────────┘
  4.  Several requests from users have  been addressed in this release.  Also
  5.  please read the Q&A.MTA file (if it is present inside the archive).
  6.  
  7.   ■ Fixed another file-selection mask  (OS2 problem) in MTA.CH1. Also  a
  8.     couple of OS2 beta-testers have  reported me that IBM has  addressed
  9.     the problem  and that  there is  a fix-file  in the  later OS2 betas
  10.     that can solve the problem;
  11.  
  12.   ■ Added the FileIDDiz option.  When active, it will store  the comment
  13.     inside this  file into  memory. This  comment can  later be added to
  14.     FILES.BBS (when ADDFilesBBS  is on) and/or  into the semaphore  file
  15.     for the protocol-driver (StoreComment and /STOCOM, see later);
  16.  
  17.   ■ StoreSize, StoreName  (see later) and  StoreComment (see later)  can
  18.     now also work  when remote operation  is NOT the  case. Normally you
  19.     should  use  the  command-line  options  (/STOSIZ, /STONAM, /STOCOM)
  20.     when you run MTA under a  door (FileDoor). When you set the  options
  21.     in MTA.CTL  they will  work also  when remote  operation is  NOT the
  22.     case (again,  unless you  toggle the  options to  OFF with  the same
  23.     command-line parameters as mentioned before);
  24.  
  25.   ■ StoreSize  (/STOSIZ)  has  been  expanded.  You  can now supply  the
  26.     extension of the file (normally xxxxxxxx.XS1) when the caller  needs
  27.     to access another extension  (FileDoor 2.03 will need  the extension
  28.     F$D);
  29.  
  30.   ■ Added  the StoreName  (/STONAM) option.  It will  create a file with
  31.     old and new names that can be used by  a  protocol-driver  like  the
  32.     FileDoor program. Only FileDoor 3.01 (and up)  will  work  with this
  33.     semaphore file;
  34.  
  35.   ■ Added the StoreComment (/STOCOM) option. It will create a file  with
  36.     comments from the header  or FILE_ID.DIZ file. It  can be used by  a
  37.     protocol driver to overrule (supply) the comment of uploaded  files;
  38.  
  39.   ■ Added  SubstOn  and  SubstOff  options  to  overrule  the   internal
  40.     sequence  that  MTA  uses  when  paging directories to a substituted
  41.     drive;
  42.  
  43.   ■ The warning for using a Substituted drive is reversed. You will  now
  44.     get a flashy warning when NOT using a substituted drive;
  45.  
  46.   ■ Added  the %T  macro in  all exit-calls  that can  be used to assign
  47.     different  batch-files  for  different  tasks (when running multiple
  48.     tasks);
  49.  
  50.   ■ The call to  LABEL.COM/EXE has been removed.  MTA will now use  some
  51.     internal coding to reset the volume-label to the original label  (or
  52.     a dummy when no label was set), when archives contain volume  labels
  53.     inside;
  54.  
  55.   ■ The  CarryComment  option  did  only  allow  the first 255 bytes  of
  56.     archive-comments to  be carried  over to  the new  archive. This has
  57.     been enhanced to  64K of comment.  There are several  special tricks
  58.     involved to  deal with  ARJ-comments in  this matter  because of the
  59.     'multi-platform' 'compatible' matter  ARJ stores the  comment inside
  60.     the  archives  (removing  part  of  the CR/LF sequence, resulting in
  61.     problems when carried over to other archivers);
  62.